func github.com/andybalholm/brotli.getContext
6 uses
github.com/andybalholm/brotli (current package)
brotli_bit_stream.go#L1333: var context uint = uint(getContext(prev_byte, prev_byte2, literal_context_lut))
context.go#L2174: func getContext(p1 byte, p2 byte, lut contextLUT) byte {
decode.go#L1776: context = getContext(p1, p2, s.context_lookup)
encode.go#L332: var context byte = byte(kStaticContextMapComplexUTF8[getContext(prev1, prev2, utf8_lut)])
histogram.go#L205: context = (context << literalContextBits) + uint(getContext(prev_byte, prev_byte2, lut))
metablock.go#L519: var context uint = uint(getContext(prev_byte, prev_byte2, literal_context_lut))
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |